home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.net / ftp.notepager.net.tar / ftp.notepager.net / pgv6.0.16.exe / [0] / pgsetup.exe / RCDATA / TFRMWAIT / TFRMWAIT.txt
Text File  |  2013-01-17  |  680b  |  33 lines

  1. object frmWait: TfrmWait
  2.   Left = 632
  3.   Height = 66
  4.   Top = 564
  5.   Width = 248
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Please Wait'
  9.   ClientHeight = 66
  10.   ClientWidth = 248
  11.   Color = clRed
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   LCLVersion = '1.1'
  16.   object lblMessageText: TLabel
  17.     Left = 16
  18.     Height = 13
  19.     Top = 16
  20.     Width = 214
  21.     Caption = 'this is a long message to test wraping'
  22.     Color = clRed
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentColor = False
  28.     ParentFont = False
  29.     Transparent = False
  30.     WordWrap = True
  31.   end
  32. end
  33.